Auto merge of #4088 - Nemikolh:buildscript-stderr, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 24 May 2017 15:46:58 +0000 (15:46 +0000)
committerbors <bors@rust-lang.org>
Wed, 24 May 2017 15:46:58 +0000 (15:46 +0000)
commita45d4e98c446232a6f6b2edaf2503940fd716fbd
tree3fa1e7e9d03293c63744cc09977db95d5e2e12b1
parent9fcdbb44fec18d10c086b6aba8143bc06a199761
parent8fa39fc9cdf7c82ffeadeba8f15e635686cc19da
Auto merge of #4088 - Nemikolh:buildscript-stderr, r=alexcrichton

Write stderr output from build-scripts next to stdout output

Closes #3462.

Please let me know if you want to change the file name for the error output. I originally thought that `stdout` and `stderr` would have been nice but I'm worried that changing `output` to `stdout` would cause breakage. So I choose the more conservative route.